a, .transition, :before, img, .nav {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}



.flexColumn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.itemsCenter {
    align-items: center;
    -webkit-align-items: center;
}

.justifyCenter {
    justify-content: center;
    -webkit-justify-content: center;
}

.flexAround {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexBetween {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flexWrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }

    .wal {
        max-width: 8rem;
    }

    body.navShow {
        overflow: hidden;
    }

    body.navShow .g-head {
        background: #000;
    }

    body.navShow .g-head .navA {
        background-image: url("../image/close.png");
    }

    body.navShow .g-nav {
        right: 0;
    }
    
    .hidden-xs {
        display: none;
    }

    .g-headD {
        height: 1rem;
    }

    .g-head .wal {
        min-height: 1rem;
    }

    .g-head .search {
        width: .46rem;
        height: .46rem;
        right: 3.6rem;
        margin-top: -.23rem;
    }

    .g-head .search .form {
        width: 4.4rem;
        height: .7rem;
    }

    .g-head .search .form:before {
        left: .33rem;
    }

    .g-head .search .form .input {
        height: .46rem;
    }

    .g-head .search .form .input input {
        height: .46rem;
        line-height: .46rem;
        font-size: .22rem;
    }

    .g-head .search .form .submit {
        height: .46rem;
        width: 1rem;
    }

    .g-head .search .form .submit input {
        height: .46rem;
        font-size: .22rem;
    }

    .g-head .search.on .form {
        top: .65rem;
    }

    .g-head .language {
        right: .7rem;
    }

    .g-head .language .name {
        font-size: .22rem;
        padding-left: .3rem;
        background-size: .21rem;
    }

    .g-head .language a {
        width: .3rem;
    }

    .g-head .navA {
        display: block;
        position: absolute;
        z-index: 10;
        left: auto;
        right: -0.3rem;
        top: 0;
        bottom: auto;
        width: 1rem;
        height: 1rem;
        background: url("../image/navA.png") center no-repeat;
        background-size: .4rem;
        filter: invert(1);
    }
.flex-col {
    margin-left: 0;
    padding-left: 0;
}

.message h2 {
    font-size: .28rem
}
.flex-col img {
    margin-right: 0.2rem;
    width: 0.6rem;
    height: 0.5rem;
}
.flex-col div {
    margin-top: 0!important;
}

.flex-row .col-4-m {
    margin: .2rem 0;
    padding: .2rem;
}
    .g-head a.navB {
        display: block;
        /* width: 2.15rem; */
        /* width: 1.8rem; */
        /* width: 3.625rem; */
        height: 100%;
        position: absolute;
        z-index: 10;
        right: 0.5rem;
        top: 50%;
        bottom: auto;
        margin-top: -1rem;
    }

    .g-nav {
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
        background: #044b9b;
        right: -100%;
        top: 1rem;
        bottom: 0;
        z-index: 999;
    }

    .g-nav li {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        width: 100%;
        margin: 0;
    }

    .g-nav a.name {
        height: 1rem;
        line-height: 1rem;
        font-size: .26rem;
        padding: 0 0 0 .5rem;
        color: white;
    }

    .g-nav a.name.on {
        color: #fff;
        font-weight: bold;
    }

    .g-nav .list {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        /*display: none;*/
        padding: .15rem 0;
    }

    .g-nav .list a {
        display: block;
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .5rem;
        color: #fff;
    }
    
    .g-nav .list a.widther-a {
        background: #007bff;
    }

    .g-nav a.name span {
        display: none;
    }
    
    .g-nav .list.list-product {
        width: 100%!important;
    }
    
    .g-nav .list.list-product dl dd {
        width: 50%;
    }
    
    .g-nav .list.list-product img {
        width:2rem!important;
        height: 1rem!important;
        max-width: 2rem!important;
    }

    .g-head a.logo {
        width: 3.025rem
    }

    .g-foot {
        font-size: .22rem;
    }

    .g-foot .wal {
        padding: .6rem 0 0 0;
    }

    .g-foot .title {
        font-size: .26rem;
        margin-top: 0.5rem
    }

    .g-foot .col {
        width: 50%;
        padding-bottom: .4rem;
    }

    .g-foot .col p {
        line-height: .5rem;
    }

    .g-foot .list {
        width: 50%;
        padding-bottom: .4rem;
    }

    .g-foot .list li {
        line-height: .5rem;
    }

    .g-foot .list.list-2 {
        width: 50%;
    }

    .g-foot .ewm {
        top: 3rem;
        right: auto;
        left: 50%;
        margin-left: -.3rem;
    }

    .g-foot .ewm li {
        width: 1.2rem;
    }

    .g-foot .ewm p {
        font-size: .2rem;
        line-height: .6rem;
        margin-left: -.2rem;
        margin-right: -.2rem;
    }

    .g-foot .msg {
        line-height: .4rem;
        padding: .2rem 0;
    }

    .g-foot .msg p {
        width: 100%;
    }

    .g-foot .msg ul li:first-child {
        margin-left: 0;
    }

    .g-foot .msg ul li:first-child:before {
        display: none;
    }

    .g-more {
        width: 1.6rem;
        height: .52rem;
        line-height: .5rem;
        font-size: .22rem;
    }

    /*index*/
    .indexFlash li .wal {
        height: 5.5rem;
        padding: .5rem 0 0 .9rem;
    }

    .indexFlash li .wal h2 {
        font-size: .5rem;
    }

    .indexFlash li .wal p {
        font-size: .24rem;
    }

    .indexFlash a.arrow.prev {
        left: .1rem;
    }

    .indexFlash a.arrow.next {
        right: .1rem;
    }

    .indexFlash .bg {
        height: 1.5rem;
    }

    .indexFlash .bg .waves {
        height: 3.5rem;
    }

    .indexPart-1 .list {
        width: 100%;
        padding-bottom: .5rem;
    }

    .indexPart-1 .list a .name {
        font-size: .22rem;
        line-height: .7rem;
    }

    .indexPart-1 .video {
        position: static;
        background: rgba(0, 0, 0, 0.6);
        width: auto;
        height: 4.5rem;
        margin-left: -.3rem;
        margin-right: -.3rem;
    }

    .indexPart-1 .video .name {
        font-size: .24rem;
        line-height: .4rem;
    }

    .indexPart-2 {
        /*background: url("../image/indexPart-3.jpg") center no-repeat;*/
        /*background-size: cover;*/
    }

    .indexPart-2 ul {
        margin-right: 0;
        margin-left: 0;
    }

    .indexPart-2 li .box {
        height: 1.825rem;
        background: rgba(4, 75, 155, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        position: relative;
        padding-bottom: 0;
        transition: all .5s ease;
    }

    /*.indexPart-2 li:last-child {*/
    /*    flex: 1*/
    /*}*/

    .indexPart-5 .list h1 {
        font-size: .3rem;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .indexPart-4 .index-title h3, .indexPart-2 .index-title h3 {
    font-size: .3rem;
}
    .indexPart-4 .content ul li .li-content h3, .vocation-summary-name, .case .index-desc h2 {
        font-size: .28rem!important;
    }
    
    .case .list ul {
        flex-direction: column
    }
    
    .case dl dd .img {
        padding: .8rem 0;
    }

    .indexPart-2 .index-title {
        padding: .85rem 0 0.15rem 0;
        color: inherit;
    }

    .indexPart-2 .box .name {
        line-height: .4rem;
        padding: .25rem 0;
    }

    .indexPart-2 .box .name2 {
        font-size: .26rem;
    }

    .indexPart-2 .box .name2:after {
        width: 2rem;
        margin-left: -1rem;
    }

    .indexPart-2 .box .list dd a {
        height: .4rem;
        line-height: .4rem;
        font-size: .2rem;
    }

    .indexPart-2 li {
        flex: auto
    }

    .indexPart-2 .content ul li:nth-child(5) .box:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        height: 2rem;
        background: rgba(255, 255, 255, 0.3);
        width: 1px
    }

    .indexPart-2 li .box {
        height: 2.5rem;
    }

    .indexPart-4 .index-title h3:after {
        left: 0
    }

    .indexPart-3 .btn {
        top: 1.9rem;
        right: 1.2rem;
    }

    .indexPart-3 .btn li {
        line-height: .48rem;
        font-size: .24rem;
    }

    .indexPart-3 .arrow a.prev {
        left: -.2rem;
    }

    .indexPart-3 .arrow a.next {
        right: -.2rem;
    }

    .indexPart-3 .list-wrapper a .box {
        padding: .58rem .25rem 0 .25rem;
    }

    .indexPart-3 .list-wrapper a .box .time {
        font-size: .2rem;
        left: .25rem;
    }

    .indexPart-3 .list-wrapper a .box h3 {
        font-size: .24rem;
        line-height: .44rem;
        padding-bottom: .32rem;
    }

    .indexPart-3 .list-wrapper a .box h3:before {
        display: none;
    }

    .indexPart-3 .list-wrapper a .box p {
        display: none;
    }

    .indexPart-4 {
        padding-bottom: .5rem;
    }

    .indexPart-4 .content {
        font-size: .22rem;
        line-height: .4rem;
    }

    .indexPart-4 .list .title {
        font-size: .24rem;
    }

    .indexPart-4 .list .list-wrapper li {
        padding-top: .1rem;
    }

    .indexPart-4 .content ul li .li-content {
        flex: 6
    }

    .indexPart-4 .content p {
        padding-bottom: 0.1rem;
        font-size: 12px;
        text-indent: 0!important;
    }

    .indexPart-4 .content ul li .li-img img {
        width: 100%
    }

    .indexPart-5:before {
        left: -1.8rem;
    }

    .indexPart-5 .wal {
        min-height: 8.8rem;
    }

    .indexPart-5 .list-1 {
        left: -1.8rem;
    }

    .indexPart-5 .wal .wrap {
        display: flex;
        flex-direction: column;
    }

    .indexPart-5 .list-1 li .layer {
        position: absolute;
        z-index: 10;
        left: auto;
        right: auto;
        top: -0.24rem;
        bottom: auto;
        font-size: .22rem;
        line-height: .3rem;
        padding: .12rem .12rem .08rem .12rem;
    }

    .indexPart-5 .list-1 li .layer h3 {
        font-size: .24rem;
    }

    .indexPart-5 .list-1 li.li_01 .layer {
        right: -.2rem;
        top: .5rem;
    }

    .indexPart-5 .list-1 li.li_01 .layer:before {
        right: .16rem;
        top: 0;
    }

    .indexPart-5 .list-1 li.li_04 .layer {
        top: 0;
    }

    .indexPart-5 .list-1 li.li_04 .layer:before {
        top: .2rem;
    }

    .indexPart-5 .list-1 li.li_05 .layer {
        left: -.2rem;
        top: -1.05rem;
    }

    .indexPart-5 .list-1 li.li_05 .layer:before {
        left: .15rem;
        top: 100%;
    }

    .indexPart-5 .list-1 li.li_06 .layer {
        left: -.25rem;
        top: .5rem;
    }

    .indexPart-5 .list-1 li.li_06 .layer:before {
        left: .2rem;
        top: 0;
    }

    .indexPart-5 .list {
        top: 5rem;
        width: 100%;
    }

    .indexPart-5 .list li {
        padding: .3rem;
    }

    .indexPart-5 .list li .img {
        width: 3rem;
    }

    .indexPart-5 .list li h3 {
        font-size: .26rem;
    }

    .indexPart-5 .list li .info, .indexPart-5 .list li .address {
        font-size: .22rem;
        line-height: .36rem;
    }

    .indexPart-5 .list .dots {
        right: auto;
        left: .3rem;
    }

    /*page*/
    .page-banner {
        /*height: 4rem;*/
        padding-top: .6rem;
    }

    .product-nav ul {
        margin-left: -.3rem;
        margin-right: -.3rem;
    }

    .product-nav a {
        height: 3.4rem;
        font-size: .2rem;
    }

    .product-nav a h3 {
        font-size: .24rem;
    }

    .product-nav a:hover, .product-nav a.on {
        font-size: .22rem;
    }

    .product-nav a:hover h3, .product-nav a.on h3 {
        font-size: .26rem;
    }

    .product li {
        width: 100%;
    }

    .product a {
        height: 3rem;
    }

    .product a .box h3 {
        font-size: .26rem;
        padding-top: .1rem;
    }

    .product a .box p {
        font-size: .22rem;
        line-height: .36rem;
        max-width: 100%;
    }

    .product a .layer h3 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .product a .layer .more {
        width: 2rem;
        height: .54rem;
        line-height: .54rem;
        font-size: .24rem;
    }

    .p-nav ul {
        margin-right: -.3rem;
        margin-left: -.3rem;
    }

    .p-nav li {
        max-width: 25%;
    }

    .p-nav a {
        font-size: .24rem;
        height: .9rem;
        line-height: .9rem;
    }

    a.g-back {
        width: 1.4rem;
        height: .5rem;
        line-height: .48rem;
        font-size: .22rem;
    }

    .productShow .list ul {
        margin-left: -.3rem;
    }

    .productShow .list li {
        width: 43%;
        padding: 0 0 .3rem .3rem;
    }

    .productShow .list li:nth-child(even) {
        width: 57%;
    }

    .productShow .list div {
        font-size: .24rem;
    }

    .productShow .container .content {
        font-size: .24rem;
        line-height: .44rem;
        max-width: 100%;
        margin-top: 0;
    }

    .productShow .container .img {
        position: static;
    }

    .productShow .list-2 li {
        width: 50%;
    }

    .productShow .list-2 li .name {
        height: .8rem;
        line-height: .8rem;
        font-size: .24rem;
    }

    .productShow .list-3 ul {
        margin-left: -.3rem;
    }

    .productShow .list-3 li {
        width: 50%;
        padding-left: .3rem;
    }

    .relevant h2.title {
        font-size: .3rem;
        padding-bottom: .2rem;
    }

    .relevant li {
        width: 100%;
        height: .6rem;
        line-height: .6rem;
    }

    .relevant li a {
        font-size: .24rem;
        background-position: center .35rem;
    }

    .foot-btn .title {
        font-size: .24rem;
    }

    .foot-btn .title h2 {
        font-size: .4rem;
    }

    .foot-btn a.btn {
        font-size: .24rem;
    }

    .service {
        padding: .5rem .3rem;
    }

    .service li .img {
        width: 100%;
        height: 4.5rem;
    }

    .service li .img.img-2 {
        height: 3.95rem;
    }

    .service li .img.img-3 {
        height: 3.3rem;
    }

    .service li .img.img-4 {
        height: 2.51rem;
    }

    .service li .container {
        width: 100%;
        padding: .2rem 0 .5rem 0;
    }

    .service li .container dd:before {
        height: .4rem;
    }

    .service li .container dd h3 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .service li .container dd p {
        font-size: .22rem;
        line-height: .4rem;
    }
    
    .news li {
        margin: .2rem 0;
        border: 0;
    }

    .news .item a {
        /*padding: .38rem 0 .38rem 1.5rem;*/
        padding: 0;
        font-size: .22rem;
    }

    .news .item a .img {
        width: 100%;
        left: 0;
        position: initial;
    }
    
    .cooperation-box-down {
        width: 100%;
    }
    
    .cooperation-box2 {
        padding: 20px;
        margin-bottom: 10px;
    }

    .cooperation-box2 .title .icon {
        margin-bottom: 0;
    }
    
    .erweima {
        width: 70%;
    }
    
    .cooperation-box-down .title {
        font-size: .28rem
    }

    .news a .time {
        position: static;
        width: 100%;
        font-size: .22rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        padding-bottom: .15rem;
    }
    
    .news .item a .time {
        position: initial;
    }

    .news a .time span {
        padding-left: .1rem;
        position: relative;
        top: .1rem;
    }

    .news a h3 {
        font-size: .26rem;
        height: .9rem;
        line-height: .45rem;
        white-space: normal;
    }
    
    .news .item a h3 {
        font-size: .26rem;
    }

    .news a p {
        margin-top: .28rem;
        line-height: .34rem;
        margin-left: -3rem;
        padding: .2rem 0;
    }

    .news a dl.tag {
        margin-left: -3rem;
        margin-top: -.2rem;
    }

    .news a dl.tag dd {
        padding: .2rem .2rem 0 0;
    }

    .news a dl.tag div {
        height: .42rem;
        line-height: .42rem;
        padding: 0 .2rem;
    }
    
    .history-items .history-title h2 {
        padding-right: .3rem;
    }
    
    .history-items .history-content {
        flex: 4;
    }
    .newShow {
        width: 100%;
    }

    .newShow .time {
        height: .7rem;
    }

    .newShow .time div {
        font-size: .24rem;
        line-height: .5rem;
    }

    .newShow .img .name {
        font-size: .24rem;
    }

    .newShow .content {
        font-size: .24rem;
    }

    .page-num2 a {
        font-size: .28rem;
    }

    .side-news {
        width: 100%;
        padding-top: 0;
    }

    .side-news .title {
        line-height: .9rem;
        height: .9rem;
        font-size: .28rem;
    }

    .side-news .list ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -.3rem;
    }

    .side-news .list li {
        width: 50%;
        padding-left: .3rem;
    }

    .side-news .list a .time {
        font-size: .22rem;
        width: 1.4rem;
        height: .4rem;
        line-height: .4rem;
    }

    .side-news .list a .name {
        font-size: .24rem;
        line-height: .4rem;
    }
    
    .about0 .list .list-wrapper2 {width: 100%;position: inherit;left: 0;margin-left: 0}

    .about-1 .content {
        font-size: .24rem;
        line-height: .44rem;
    }

    .about-1 .container {
        height: 7.5rem;
    }

    .about-1 .container:before {
        left: -4.2rem;
        right: -.3rem;
    }

    .about-1 .list-1 {
        left: -2rem;
    }

    .about-1 .list-1 li .layer {
        position: absolute;
        z-index: 10;
        left: auto;
        right: auto;
        top: -0.24rem;
        bottom: auto;
        font-size: .22rem;
        line-height: .3rem;
        padding: .12rem .12rem .08rem .12rem;
    }

    .about-1 .list-1 li .layer h3 {
        font-size: .24rem;
    }

    .about-1 .list-1 li.li_01 .layer {
        right: .2rem;
    }

    .about-1 .list-1 li.li_02 .layer, .about-1 .list-1 li.li_05 .layer {
        top: -.5rem;
    }

    .about-1 .list-1 li.li_02 .layer:before, .about-1 .list-1 li.li_05 .layer:before {
        top: .6rem;
    }

    .about-1 .list {
        top: 3.8rem;
        width: 100%;
        min-height: 2.6rem;
    }

    .about-1 .list li {
        padding: .3rem;
    }

    .about-1 .list li .col {
        width: 3.6rem;
    }

    .about-1 .list li h3 {
        font-size: .26rem;
    }

    .about-1 .list li .info, .about-1 .list li .address {
        font-size: .22rem;
        line-height: .36rem;
    }

    .about-1 .list .dots {
        right: auto;
        left: .3rem;
        bottom: .3rem;
    }

    .about-2 {
        min-height: 4rem;
    }

    .about-2 .p-title {
        padding: 1.2rem 0 .3rem 0;
    }

    .about-2 .msg {
        font-size: .26rem;
    }

    .about-3 .list {
        min-height: 3.3rem;
    }

    .about-3 .list li {
        padding: 0 0 0 3.3rem;
    }

    .about-3 .list li .name {
        font-size: .28rem;
    }

    .about-3 .list li .name em {
        font-size: .22rem;
    }

    .about-3 .list li .msg {
        font-size: .22rem;
        line-height: .4rem;
    }

    .about-3 .list2 {
        position: relative;
        left: 0;
        bottom: 0;
        padding: .3rem .6rem .5rem .6rem;
    }

    .about-4 {
        padding: 1rem 0 .5rem 0;
    }

    .about-4 .p-title {
        padding-top: 0;
    }

    .about-4 .video {
        position: static;
    }

    .about-5 dd {
        width: 25%;
    }

    .honor-1 h2 {
        font-size: .24rem;
        padding-bottom: .24rem;
    }

    .honor-1 dd {
        /*width: 33.333%;*/
        width: 50%;
    }

    .honor-1 dd .name {
        font-size: .28rem;
    }

    .honor-1 .dd-msg .box {
        padding-right: .2rem;
    }

    .honor-1 .dd-msg .box h3 {
        line-height: .5rem;
        font-size: .26rem;
    }

    .honor-1 .dd-msg .box .content {
        font-size: .22rem;
        line-height: .4rem;
    }

    .honor-2 ul {
        margin-left: -.3rem;
    }

    .honor-2 li {
        width: 50%;
        padding: 0 0 0 .3rem;
    }

    .honor-2 li .img div {
        height: 4.38rem;
    }

    .honor-2 li .img p {
        font-size: .24rem;
        line-height: .4rem;
        padding: .2rem;
    }

    .honor-2 li .name {
        font-size: .24rem;
        line-height: .4rem;
    }

    .honor-layer .container {
        width: 7rem;
        min-height: 5rem;
    }

    .honor-layer .arrow a.prev {
        left: .1rem;
    }

    .honor-layer .arrow a.next {
        right: .1rem;
    }

    .honor-layer .list li {
        padding: .5rem;
    }

    .honor-layer .list h3 {
        font-size: .28rem;
    }

    .honor-layer .list .content {
        font-size: .24rem;
        line-height: .4rem;
    }

    .system-nav a {
        height: .9rem;
        font-size: .26rem;
    }

    .system-nav a em {
        display: none;
    }

    .system li {
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .system li .col {
        width: 4.65rem;
    }

    .system li h3 {
        font-size: .3rem;
    }

    .system li .content {
        font-size: .22rem;
        line-height: 1.7em;
    }

    .join .tag dd {
        width: 25%;
    }

    .join .tag dd .name {
        font-size: .22rem;
    }

    .join .list li .title2:before {
        right: .3rem;
    }

    .join .list li .title2 h2 {
        width: 4.9rem;
        padding-left: .4rem;
        font-size: .26rem;
    }

    .join .list li .title2 div {
        font-size: .22rem;
    }

    .join .list li .title2 div.price {
        display: none;
    }

    .join .list li .box {
        padding: .75rem .4rem 0 .4rem;
    }

    .join .list li .box h3 {
        font-size: .28rem;
        padding-bottom: .12rem;
    }

    .join .list li .box .content {
        font-size: .22rem;
        line-height: .4rem;
    }

    .join .list li .box .btn {
        font-size: .24rem;
    }

    .join .list li .box .btn div {
        height: .5rem;
        line-height: .5rem;
        padding: 0 .2rem;
    }

    .page-search .search-msg {
        font-size: .24rem;
    }

    .page-search .search-title {
        font-size: .32rem;
    }

    .page-search .search-more a {
        height: .6rem;
        line-height: .58rem;
        font-size: .24rem;
    }

    .siteMap .list ul {
        margin-left: -.4rem;
    }

    .siteMap .list li {
        width: 50%;
        padding: 0 0 .2rem .4rem;
    }

    .siteMap .list a.name {
        height: .66rem;
        line-height: .66rem;
        font-size: .24rem;
    }

    .siteMap .list dl dd {
        font-size: .22rem;
        height: .5rem;
        line-height: .5rem;
    }

    .siteMap .list-2 li {
        width: 50%;
    }

    .brand .list-1 li {
        width: 50%;
    }

    .brand .list-1 a .name {
        font-size: .24rem;
    }

    .brand .list-1 a p {
        font-size: .22rem;
    }

    .brand .list-2 ul {
        margin-left: -.3rem;
    }

    .brand .list-2 li {
        width: 50%;
        padding: 0 0 .3rem .3rem;
    }

    .brand .list-2 li .name {
        height: .72rem;
        line-height: .7rem;
        font-size: .24rem;
    }

    .case li {
        padding: .4rem;
        font-size: .22rem;
    }

    .case li .img {
        position: relative;
        top: 0;
        width: 100%;
    }

    .case li .img p {
        line-height: .36rem;
    }

    .case li .img p:before {
        height: .36rem;
    }

    .case li .title {
        padding: .3rem 0 .4rem 0;
    }

    .case li .title div {
        height: .4rem;
        line-height: .4rem;
        padding: 0 .15rem;
    }

    .case li .title h3 {
        font-size: .26rem;
        line-height: .44rem;
    }

    .case li .content {
        line-height: .36rem;
    }

    .programme-1 .col {
        width: 100%;
    }

    .programme-1 h3.msg {
        font-size: .26rem;
        line-height: .44rem;
    }

    .programme-1 h3.msg.msg-2 {
        line-height: .44rem;
    }

    .programme-1 div.msg {
        font-size: .22rem;
        line-height: .4rem;
    }

    .programme-1 .list div {
        font-size: .24rem;
        padding: .15rem .2rem .15rem .36rem;
    }

    .programme-1 .list div:before {
        top: .15rem;
    }

    .programme-1 .list-2 div {
        font-size: .22rem;
    }

    .programme-1 .list-2 div b {
        width: 1.6rem;
        height: .6rem;
        line-height: .6rem;
    }

    .programme-1 .img {
        width: 100%;
        padding-top: .3rem;
    }

    .programme-1 .img.img-2 {
        order: 0;
    }

    .programme-1 .img.img-3 {
        width: 100%;
    }

    .programme-2 h3.msg {
        font-size: .26rem;
        line-height: .44rem;
    }

    .programme-2 .list li {
        width: 33.333%;
        padding-bottom: .3rem;
    }

    .programme-2 .list li .name {
        font-size: .24rem;
        line-height: .4rem;
    }

    .programme-3 .title h2 {
        font-size: .28rem;
    }

    .programme-3 .box .col {
        width: 100%;
        text-align: center;
    }

    .programme-3 .box .col .msg {
        padding: .3rem 0 .5rem 0;
        text-align: center;
    }

    .programme-3 .box .img-1, .programme-3 .box .img-2, .programme-3 .box .img-3 {
        width: 100%;
        text-align: center;
    }

    .programme-3 .box .img-2 {
        padding-bottom: .4rem;
    }

    .programme-3 .box .msg {
        font-size: .24rem;
        line-height: .4rem;
    }

    .programme-3 .box.box-1 {
        padding: .5rem;
    }

    .cookieFootLayer {
        padding: .1rem 0;
    }

    .cookieFootLayer .content {
        width: 100%;
        font-size: .22rem;
        line-height: .36rem;
    }

    .cookieFootLayer .content h2 {
        font-size: .26rem;
    }

    .cookieFootLayer .btn {
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        padding-bottom: .2rem;
    }

    .cookieFootLayer .btn a {
        width: 1.5rem;
        margin: 0 .15rem;
        height: .5rem;
        line-height: .48rem;
        font-size: .24rem;
    }

    .cookieLayer .time {
        font-size: .24rem;
        line-height: .7rem;
    }

    .cookieLayer .scroll {
        height: 60vh;
    }

    .cookieLayer .scroll .title {
        font-size: .26rem;
    }

    .cookieLayer .scroll .content {
        font-size: .22rem;
        line-height: .36rem;
    }

    .fixed-right {
        display: none;
    }
    .case .num-group, .about-content .num-group {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .4rem;
    }
    
    .about-content .num-group .num-item:after {
        width: 0;
    }
    
    .about-content .content .content-content {
        padding: 0;
    }
    .indexPart-4 .content .content-content .products-bg ul li {
    display: block;
    width: 100%;
    padding: 0.2rem;
    background: rgba(227, 236, 247, 0.54);
    position: relative;
}
.indexPart-4 .content .content-content .products-bg p img {
    margin-left: 0;
}
.indexPart-4 .content .content-content .products-bg ul li:not(:nth-child(3n)):after {
    width: 0;
}

.indexPart-4 .content h4 {
    font-size: .28rem;
}

ul.dasl li h4 span {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    left: -.285rem;
}
/*.indexPart-4 .content .index-title h3:before, .indexPart-4 .content .content-content h3:before {*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0px;*/
/*    position: absolute;*/
/*    width: 4px;*/
/*    height: 18px;*/
/*    background: #044b9b;*/
/*    display: block;*/
/*}*/
    .w1200 {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.w1200:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.ai_card {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
}
.ai_card h2.t {
	padding-top: 80px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}
.ai_card p.sub_t {
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 60px;
}
.ai_card ul {
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
}
.ai_card ul li {
	float: left;
	position: relative;
	width: 100%;
	height: 5rem;
	border: none;
	margin-left: -1px;
	z-index: 10;
}

.ai_card ul li:before {
	content: "";
	width: 0px;
	height: 2px;
	background: #00b8ff;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}
.ai_card ul li .info {
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0;
	transition: 0.5s;
}
.ai_card ul li .info .img {
	width: 100%;
	height: 30px;
	text-align: center;
}
.ai_card ul li .info h3 {
	font-weight: normal;
	color: #333;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: .3rem;
	font-weight: bold;
	text-align: center;
}
.ai_card ul li .info p {
	width: 90%;
	height: 85px;
	line-height: 24px;
	margin: 0 auto;
	color: #73747b;
	font-size: 14px;
}
.ai_card ul li a.btn {
	position: absolute;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	left: 50%;
	margin-left: -60px;
	bottom: 50px;
	color: #fff;
	background: #00b8ff;
	opacity: 0;
	border-radius: 2px;
	transition: 0.5s;
	font-size: 16px;
	text-align: center;
}
.ai_card ul li.active {
	box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}
.ai_card ul li.active:before {
	width: 398px;
	height: 2px;
}
.ai_card ul li.active .info {
	top: 50px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.ai_card ul li.active a.btn {
	opacity: 1;
}
.tab-sulution .tab-content .tab-item .tab-item-item {
    width: 100%;
}

.tab-jobs .tab-content .tab-item .tab-item-item {
    flex-direction: column;
}

.tab-jobs .tab-content .tab-item .tab-item-item .tab-item-title {
    width: 100%;
    padding: .125rem 0;
}
.tab-sulution .tab-content .tab-item .tab-item-item .tab-item-img {
    max-height: 2.6rem;
}
.wrap .item {
    width: 100%;
}

.procase_main .wal{
    margin: 0 .1rem;
}
.procase_main .product_content .grid_product {
    display: block;
}
.procase_main .product_content .grid_product .product_item {
    margin: .1rem 0;
}
.procase_main .product_content .grid_product .product_item:first-child a {
    padding: 30px 10px 150px 25px;
}
.procase_main .product_content .grid_product .product_item:first-child a span {
    top: 55%;
}

.list-ico img {
    width: 100%;
    max-height:150px;
}
.swiper-button-next, .swiper-button-prev {
    top:25%!important;
}

.pic-box {
    display: flex;
    align-items: center;
    height: 100vh;
}
}

@media screen and (max-width: 550px) {
    .wal {
        margin: 0 .3rem;
    }
    
    .g-head {
        top: -1px;
    }
    
    .g-head a.navB {
        /*width: 3rem;*/
        margin-top: -0.265rem;
    }
}
